home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / RDEL.BAT < prev    next >
DOS Batch File  |  1997-06-07  |  275b  |  12 lines

  1. @echo off
  2. rem (c) R&D Associates 1994-1996.
  3. rem All Rights Reserved.
  4. rem
  5. rem This deletes the tip revision of %1, and restores the workfile to the
  6. rem revision %2, rewriting the workfile %3 to the previous revision.
  7. rem
  8. rcs -o%2 %1
  9. attrib -r %3
  10. del %3
  11. co -u -f %1
  12.